home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 5 Developer's Kit / vb5 dev kit.iso / dev / ssh10 / ssh.doc < prev    next >
Encoding:
Text File  |  1996-09-06  |  2.7 KB  |  107 lines

  1.                                   SSH!
  2.  
  3.  
  4. Introduction:
  5.  
  6. SSH! is a program for the IBM PC running under DOS, or Windows in a 
  7. DOS window, which reads an HTML source file and outputs to the screen 
  8. (or a specified file, printer or device) the HTML file in text format 
  9. with rudimentary formatting. For the purposes of formatting, SSH! 
  10. assumes a line length of 76 characters. Centered text is left space 
  11. padded within a 76 wide line.
  12.  
  13. Please remember that HTML is a graphics language, and any conversion 
  14. to text requires compromises. Ssh! will attempt to format the text as 
  15. the HTML author intended, but some manual tidying up will usually be 
  16. required.
  17.  
  18. Features:
  19.  
  20.         * HTML tags are discarded
  21.  
  22.         * Inline images are ignored, and replaced with the HTML 
  23.           specified "ALT=" text
  24.  
  25.         * Ordered lists are numbered and indented
  26.  
  27.         * Unordered lists are indented
  28.  
  29.         * Data Definitions are indented
  30.  
  31.         * Preformatted text is honoured
  32.  
  33.         * Word wrap occurs with non-preformatted text at 76 column 
  34.           width
  35.  
  36.         * Horizontal rules are ignored
  37.  
  38.         * Change of font size generates new line
  39.  
  40.         * Paragraph commands generate new line
  41.  
  42.         * HTML new-line commands are honoured
  43.  
  44.         * Multiple spaces in non-preformatted text are discarded
  45.  
  46.         * <CENTER> tag is honoured
  47.  
  48.         * align=center directive is honoured in standard font definition
  49.          eg: <H1 align=center> is honoured, whereas 
  50.          <font size=1 align=center> is ignored.
  51.  
  52.  
  53. Example:
  54.  
  55. To display an html file named INDEX.HTM to the screen enter the 
  56. command line: 
  57.  
  58.         ssh index.htm
  59.  
  60. To print an html file named INDEX.HTM to the printer in text format 
  61. enter the command line: 
  62.  
  63.         ssh index.htm > PRN
  64.  
  65.  
  66. To copy an html file named INDEX.HTM to a text file named INDEX.TXT in 
  67. text format enter the command line: 
  68.  
  69.         ssh index.htm > index.txt
  70.  
  71.  
  72.  
  73. Tables:
  74.  
  75. SSH! separates horizontal table cells by a single tab character. 
  76. Manual reformatting will usually be required to make a table look nice 
  77. in a text document.
  78.  
  79.  
  80. Ordering Information:
  81.  
  82. This program is supplied as shareware. You can try it out, and if you 
  83. want to keep it you must pay for it! Please see the file ORDER.DOC for 
  84. details of purchasing this software. 
  85.  
  86. NB:
  87.  
  88. After you have used SSH five times it will no longer work, until you 
  89. purchase it from the author. 
  90.  
  91.  
  92.  
  93. SSH! Was written by Matthew Probert and is (c)1996 Servile Software
  94.  
  95. Servile Software
  96. 5 Longcroft Close
  97. Basingstoke
  98. Hampshire
  99. RG21 8XG
  100. England
  101.  
  102.  
  103. EMAIL   probertm@pins.co.uk
  104. WEB     http://www.pins.co.uk/upages/probertm/
  105. FTP     ftp.pins.co.uk   (/seville)
  106.  
  107.